Implements an in-memory collection view which takes a data source and applies the sort and filter operations.
Syntax
'Usage
Dim instance As C1CollectionView(Of T)
[DefaultMember("Item")]
public class C1CollectionView<> : C1.CollectionView.C1WrapCollectionView<object>, C1.CollectionView.ICollectionView<object>, C1.CollectionView.ISupportAsyncLoading<object>, ISupportCurrency, ISupportEditing, ISupportFiltering, ISupportGrouping, ISupportIncrementalLoading, ISupportPaging, ISupportRefreshing, ISupportSorting
where T: class
Type Parameters
- T
- The type of the items in the collection.
Inheritance Hierarchy
See Also